home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / drop_all.sql < prev    next >
Text File  |  2000-05-12  |  3KB  |  144 lines

  1. /* RCSVER $Id: drop_all.sql,v 1.9 1999-06-08 15:53:31-05 randy CURRENT $ */
  2. /* *************************************************************************
  3. *        Copyright (C) 1998, Agent Systems, Inc. All Rights Reserved.
  4. *
  5. * Name:        drop_all;
  6. * Date:     12/28/1998
  7. * memo:        Randy Wood    
  8. * Description:    Dropp all tables. 
  9. * Changes:
  10. ************************************************************************* */
  11. drop sequence seq_bus;
  12. drop sequence seq_garage;
  13. drop sequence seq_configsets;
  14. drop sequence seq_convert;
  15. drop sequence seq_fareclass;
  16. drop sequence seq_faredescriptions;
  17. drop sequence seq_faresets;
  18. drop sequence seq_cashbox_total;
  19. drop sequence seq_batch_total;
  20. drop sequence seq_acctday_total;
  21. drop sequence seq_batch;
  22. drop sequence seq_subbatch;
  23. drop table psettime;
  24. drop table probesucc;
  25. drop table probefail;
  26. drop table supersec;
  27. drop table startup;
  28. drop table staket;
  29. drop table shftstrt;
  30. drop table shftrels;
  31. drop table shftrele;
  32. drop table shftend;
  33. drop table settime;
  34. drop table sboveron;
  35. drop table sboveroff;
  36. drop table rtechng;
  37. drop table jcdooro;
  38. drop table jcdoorc;
  39. drop table invalsec;
  40. drop table fschng;
  41. drop table fbpwrfal;
  42. drop table fberror;
  43. drop table fbconfig;
  44. drop table fareentr;
  45. drop table escapek;
  46. drop table curstate;
  47. drop table curacc;
  48. drop table csposto;
  49. drop table cskeycnt;
  50. drop table cscurcnt;
  51. drop table cscrash;
  52. drop table conpwre;
  53. drop table conpwrb;
  54. drop table cmdinit;
  55. drop table cbunlatch;
  56. drop table cbremov;
  57. drop table cblatch;
  58. drop table cbinsert;
  59. drop table cbdooru;
  60. drop table cbdooro;
  61. drop table cbdoorc;
  62. drop table bitstat;
  63. drop table badcbid;
  64. drop table alarmclr;
  65. drop table alarmact;
  66. drop table convexcp;
  67. drop table mstrrec;
  68. drop table subbatch;
  69. drop table probehist;
  70. drop table convert;
  71. drop table cashboxtotals;
  72. drop table cashboxloc;
  73. drop table batchtotals;
  74. drop table batch;
  75. drop table adjustment;
  76. drop table acctdaytotals;
  77. drop table wayfset;
  78. drop table wayfares;
  79. drop table wayevnt;
  80. drop table wayissue;
  81. drop table waysvc;
  82. drop table wayvalpass;
  83. drop table fare_context;
  84. drop table driver_context;
  85. drop table operator_context;
  86. drop table probe_context;
  87. drop table ocukeys;
  88. drop table holidays;
  89. drop table faretimes;
  90. drop table faretable;
  91. drop table faresets;
  92. drop table tuningvals;
  93. drop table tuningentry;
  94. drop table trips;
  95. drop table sound;
  96. drop table sec_levels;
  97. drop table opsecurities;
  98. drop table garage;
  99. drop table faredescriptions;
  100. drop table farebox;
  101. drop table cashbox;
  102. drop table bus;
  103. drop table alarmsg;
  104. drop table operations;
  105. drop table subsecurities;
  106. drop table status;
  107. drop table sound_class;
  108. drop table runs;
  109. drop table prompts;
  110. drop table passwords;
  111. drop table optypes;
  112. drop table ocucmnd;
  113. drop table nolog;
  114. drop table jamclr;
  115. drop table global_id;
  116. drop table fbtuning;
  117. drop table fareclasses;
  118. drop table custdisp;
  119. drop table currency;
  120. drop table actual_sound;
  121. drop table converr;
  122. drop table tmpseq;
  123. drop table users;
  124. drop table tuningtypes;
  125. drop table tableversions;
  126. drop table subsystems;
  127. drop table routes;
  128. drop table rectypes;
  129. drop table reports;
  130. drop table report_cat;
  131. drop table master;
  132. drop table introefx;
  133. drop table inplcefx;
  134. drop table hwtypes;
  135. drop table fixedbuttons;
  136. drop table fbfiles;
  137. drop table equiptype;
  138. drop table dlconfig;
  139. drop table curtypes;
  140. drop table configset;
  141. drop table configbuttons;
  142. drop table conclefx;
  143. drop table bitdef;
  144.